GenericListTypeConverter<T>.ConvertTo Method

public override object ConvertTo( 
ITypeDescriptorContext context
CultureInfo culture
object value
Type destinationType 
)
This language is not supported or no code example is available.
public:  
object^ ConvertTo( 
ITypeDescriptorContext^ context
CultureInfo^ culture
object^ value
Type^ destinationType 
)
This language is not supported or no code example is available.
public function ConvertTo( 
context : ITypeDescriptorContext
culture : CultureInfo
value : object
destinationType : Type 
) : object;
This language is not supported or no code example is available.

Parameters

context
ITypeDescriptorContext

culture
CultureInfo

value
object

destinationType
Type

Return Value

object

In this article

Definition